net/http.http2ClientConn.werr (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7711: 	werr error        // first write error that has occurred
		h2_bundle.go#L8143: 		err:     &cc.werr,
		h2_bundle.go#L8181: 	if cc.werr != nil {
		h2_bundle.go#L8183: 		return nil, cc.werr
		h2_bundle.go#L9018: 	werr := cc.werr
		h2_bundle.go#L9058: 	for len(hdrs) > 0 && cc.werr == nil {
		h2_bundle.go#L9078: 	return cc.werr